internal/poll.pollDesc.runtimeCtx (field)

16 uses

	internal/poll (current package)
		fd_poll_runtime.go#L32: 	runtimeCtx uintptr
		fd_poll_runtime.go#L43: 	pd.runtimeCtx = ctx
		fd_poll_runtime.go#L48: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L51: 	runtime_pollClose(pd.runtimeCtx)
		fd_poll_runtime.go#L52: 	pd.runtimeCtx = 0
		fd_poll_runtime.go#L57: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L60: 	runtime_pollUnblock(pd.runtimeCtx)
		fd_poll_runtime.go#L64: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L67: 	res := runtime_pollReset(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L80: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L83: 	res := runtime_pollWait(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L96: 	if pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L99: 	runtime_pollWaitCanceled(pd.runtimeCtx, mode)
		fd_poll_runtime.go#L103: 	return pd.runtimeCtx != 0
		fd_poll_runtime.go#L157: 	if fd.pd.runtimeCtx == 0 {
		fd_poll_runtime.go#L160: 	runtime_pollSetDeadline(fd.pd.runtimeCtx, d, mode)